projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fa1de3
)
* nsmenu.m (waiting_for_input): Remove wrong decl.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 11 Oct 2012 00:26:58 +0000
(17:26 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 11 Oct 2012 00:26:58 +0000
(17:26 -0700)
src/ChangeLog
patch
|
blob
|
history
src/nsmenu.m
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index daa370105eed37252ca27402863520b7142492ad..19a19e7668c3668dc4b45dcc944c57e608fb8c88 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2012-10-11 Paul Eggert <eggert@cs.ucla.edu>
+
+ * nsmenu.m (waiting_for_input): Remove wrong decl.
+
2012-10-10 Paul Eggert <eggert@cs.ucla.edu>
keyboard.c, keymap.c: Use bool for booleans.
diff --git
a/src/nsmenu.m
b/src/nsmenu.m
index df8b3ea3e5417b53e07bfe1e299d2d39c8e5dcc5..a5983c70cdb0babfb78307c32793167feb7c0cec 100644
(file)
--- a/
src/nsmenu.m
+++ b/
src/nsmenu.m
@@
-128,7
+128,6
@@
ns_update_menubar (struct frame *f, bool deep_p, EmacsMenu *submenu)
static EmacsMenu *last_submenu = nil;
BOOL needsSet = NO;
const char *submenuTitle = [[submenu title] UTF8String];
- extern int waiting_for_input;
bool owfi;
Lisp_Object items;
widget_value *wv, *first_wv, *prev_wv = 0;